From: Lars Ingebrigtsen Date: Thu, 12 Aug 2021 13:34:36 +0000 (+0200) Subject: Change the `region' face in the Wombat theme X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~18^2~1790 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=7328a6ea10d812aa1a1033cb355c870707521e7a;p=emacs.git Change the `region' face in the Wombat theme * etc/themes/wombat-theme.el (class): Don't use a foreground in the `region' face because it obscures syntax highlighting (bug#32143). --- diff --git a/etc/themes/wombat-theme.el b/etc/themes/wombat-theme.el index d625b7f9cf7..922114fb64a 100644 --- a/etc/themes/wombat-theme.el +++ b/etc/themes/wombat-theme.el @@ -36,7 +36,7 @@ are included.") `(fringe ((,class (:background "#303030")))) `(highlight ((,class (:background "#454545" :foreground "#ffffff" :underline t)))) - `(region ((,class (:background "#444444" :foreground "#f6f3e8")))) + `(region ((,class (:background "#444444")))) `(secondary-selection ((,class (:background "#333366" :foreground "#f6f3e8")))) `(isearch ((,class (:background "#343434" :foreground "#857b6f")))) `(lazy-highlight ((,class (:background "#384048" :foreground "#a0a8b0"))))